home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / komunikace / maxthon / mcombo.exe / Plugin / Digg Sidebar / stylesheets / StyleSheet.css
Cascading Style Sheet File  |  2006-08-30  |  1KB  |  126 lines

  1. /**************************
  2.     Digg Sidebar
  3.     By Neo101
  4.     Version 1.0.0
  5. **************************/
  6.  
  7. body{
  8.     background-color: white;
  9.     color: #333333;
  10.     font-family: arial,sans-serif;
  11.     font-size:11px;
  12.     
  13.     margin:0px;
  14.     padding:0px;
  15.     
  16.     text-align:center;
  17.     overflow:auto;
  18. }
  19.  
  20. h1{
  21.     margin:3px;
  22.     font-size:20px;
  23. }
  24.  
  25. h2{
  26.     color: #4D4548;
  27.     font-size:15px;
  28.     margin-bottom:3px;
  29.     margin-top:15px;
  30. }
  31.  
  32. h3{
  33.     font-size:11px;
  34.     margin:1px;
  35.     padding:0px;
  36.     cursor:hand;
  37.     /* font-weight:normal; */
  38. }
  39.  
  40. img{
  41.     border:none;
  42. }
  43.  
  44. a:link,
  45. a:visited {
  46.     color: #3169B5;
  47. }
  48. a:hover {
  49.     color:black;
  50. }
  51.  
  52. ul{
  53.     color: #262626;
  54.     list-style-type: disc;
  55.     margin-left:8px;
  56.     margin-top:0px;
  57. }
  58.  
  59. li{
  60.     margin-bottom:3px;
  61. }
  62.  
  63. .tabs{
  64.     border-bottom:1px solid gray;
  65. }
  66.  
  67. .list{
  68.     background-color: white;
  69.     text-align:left;
  70.     margin-bottom:15px;
  71.     /* font-weight:bold; */
  72. }
  73.  
  74. .prevNext{
  75.     text-decoration:none !important;
  76. }
  77.  
  78. .about{
  79.     font-size:10px;
  80.     text-align:center;
  81.     margin-top:20px;
  82. }
  83.  
  84. .bottomLinks{
  85.     margin-top:15px;
  86. }
  87.  
  88. label{
  89.     font-weight:bold;
  90. }
  91.  
  92. .tabs{
  93.     text-align:center;
  94.     color:#3169B5;
  95.     font-size:12px;
  96.     font-weight:bold;
  97. }
  98.  
  99.  
  100. .selected-tab{
  101.     padding:4px;
  102.     font-weight:bold;
  103.     width:55px;
  104.     background-color:#FFF4B2;
  105.     color:#50470D;
  106. }
  107.  
  108. .unselected-tab{
  109.     padding:4px;
  110.     cursor:hand;
  111.     width:55px;
  112. }
  113.  
  114.  
  115. select{
  116.     width:150px;
  117. }
  118.  
  119. .nextPreviousBottom{
  120.     margin-top:10px;
  121.     margin-bottom:10px;
  122. }
  123.  
  124. .nextPreviousHead{
  125.     margin-bottom:10px;
  126. }